Someone else can probably give you a more detailed answer but I think the problem here is that you are running a script (.exs file). Scripts as I understand are only compiled into memory so there’s no beam file on disk to read the docs from.
Someone else can probably give you a more detailed answer but I think the problem here is that you are running a script (.exs file). Scripts as I understand are only compiled into memory so there’s no beam file on disk to read the docs from.